home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / mmu / MultiRen / Plugins / IFF-8SVX.readme < prev    next >
Text File  |  2002-03-12  |  1KB  |  49 lines

  1. IFF-8SVX plugin v1.1 by Deniil 715! for MultiRen
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. This plugin can extract the most common information found in
  5. IFF-8SVX samples. That is the frequency, length in samples, if it
  6. is mono and stereo. It also extracts some text chunks.
  7.  
  8. News:
  9. ~~~~~
  10. * Now this plugin supports the substitute list. See MultiRen
  11.   documentation for more details.
  12.  
  13.  
  14. IFF-8SVX extracts:
  15. ~~~~~~~~~~~~~~~~~~
  16. Name;      (From the "NAME"-chunk)
  17.   This is supposed to be the real name of this file.
  18.  
  19. Annotate;  (From the "ANNO"-chunk)
  20.   Usually what program that created this file but can contain
  21.   any info the author or programmer wanted.
  22.  
  23. Author;    (From the "AUTH"-chunk)
  24.   Who made this file.
  25.  
  26. Copyright; (From the "(c) "-chunk)
  27.   Who has copyright on this file.
  28.  
  29. Length;    (From the "VHDR"-chunk)
  30.   This is the length in samples of the file, meaning that if it
  31.   is a 1 second long 16kHz sample in stereo it will return 16000.
  32.  
  33. Frequency; (From the "VHDR"-chunk)
  34.   This is the frequency of the sample in Hz meaning that a
  35.   8kHz sample will show 8000.
  36.  
  37. Mode;      (From the "CHAN"-chunk)
  38.   If this is a 2-channel sample it will return 'Stereo' else 'Mono'.
  39.  
  40.  
  41.  
  42. Place this plugin in the subdirectory Plugins/ of MultiRen.
  43.  
  44. --
  45. My e-mail: deniil@algonet.se
  46.  
  47. Also check out  http://www.onyxsoft.nu/  for the latest releases!
  48.  
  49.